From a2ba1789e10c1585f9a59f294c418987d53d6bae Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 10:28:23 -0500 Subject: [PATCH] docs: add docs for GtkWidgetAuxInfo --- gtk/gtkwidget.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 72e0c3fdf0..77ece36bf2 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -600,6 +600,15 @@ struct _GtkWidgetClass void (*_gtk_reserved7) (void); }; +/** + * GtkWidgetAuxInfo: + * @width: the widget's width + * @height: the widget's height + * @halign: the widget's horizontal alignment + * @valign: the widget's horizontal alignment + * @margin: the widget's #GtkBorder margins + * + */ struct _GtkWidgetAuxInfo { gint width; -- 2.30.2